{% extends "layout.html" %} {% block content %}
You answered {{ score }} out of {{ total }} questions correctly.
| Question | Your Answer | Correct Answer | Status |
|---|---|---|---|
| {{ res['question'] }} | {{ res['your_answer'] }} | {{ res['correct_answer'] }} | {% if res['is_correct'] %} Correct {% else %} Wrong {% endif %} |